This structure abstracts a MBIM indication callback. Users who wish to be notified of MBIM indications can register one of these objects with the MbimTransport object using MbimTransport_AttachIndicator/MbimTransport_DetachIndicator calls.
- Parameters
-
| pPrev |
- A link so that this object can be stored in a linked list by the transport layer. This points to the previous object or NULL if this is the first object in the list.
|
| pNext |
- A link so that this object can be stored in a linked list by the transport layer. This points to the next object or NULL if this is the last object in the list.
|
| pIndicationCallback |
- User callback for MBIM indication.
|
| pIndicationCallbackContext |
- User context for user callback.
|